Single Summary Function

The single summary function is used to display the summary of one content block in the Ektron CMS400.NET Web site, instead of a list of all the summaries in a content folder. Seen below is the single summary function:

<%= ecmRssSummary (int contentID, boolean showSummary, java.lang.String showInfo, java.lang.String styleInfo, java.lang.String spare1) %>

This function is basically the same as the Single Summary function in ASP. See Single Summary Function for details.

The only difference between the JSP function and the ASP one is the syntax for implementing it. The JSP example is below.

Single Summary Example

<TR>

   <TD>

       <%= ecmSingleSummary ("14",true,"","","") %>

   </TD>

</TR>

Previous TopicNext Topic|